Add workspace Cargo.toml
authorFelix Krull <f_krull@gmx.de>
Tue, 16 Oct 2018 16:20:03 +0000 (18:20 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitignore
rust-bindings/rust/Cargo.toml [new file with mode: 0644]

index d1b2bb90bf1f12b430c11c597078b333b682fb3e..64e0a74b9866bdc81d817ba131ebb9c6e18de130 100644 (file)
@@ -1,7 +1,5 @@
 /.idea
 /tools
-/*/target
 **/*.rs.bk
-
-/libostree-sys/Cargo.lock
-/libostree/Cargo.lock
+target/
+Cargo.lock
diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml
new file mode 100644 (file)
index 0000000..f391e0a
--- /dev/null
@@ -0,0 +1,5 @@
+[workspace]
+members = [
+    "libostree-sys",
+    "libostree"
+]